net/http.Response.bodyIsWritable (method)

2 uses

	net/http (current package)
		response.go#L349: func (r *Response) bodyIsWritable() bool {
		transport.go#L2157: 		bodyWritable := resp.bodyIsWritable()